[This is preliminary documentation and is subject to change.]
Gets the left bar
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public List<LeftbarItem> GetLeftbar( Constants..::.ToolbarType tt ) |
Visual Basic (Declaration) |
---|
Public Function GetLeftbar ( _ tt As Constants..::.ToolbarType _ ) As List(Of LeftbarItem) |
Visual C++ |
---|
public: List<LeftbarItem^>^ GetLeftbar( Constants..::.ToolbarType tt ) |