Visual Basic (Declaration) | |
---|---|
Public Sub CreateToolBar() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void CreateToolBar() |
C++/CLI | |
---|---|
public: void CreateToolBar(); |
For C#/VB examples, refer to AnnAutomationManager.
You should call this method after you finish setting up the automation objects in Objects or CreateDefaultObjects. After calling this method, a ToolBar is created and you can add it to your form.
For information regarding default text strings used throughout the user interface in the automated mode, including information on how to override them, refer to Localization of LEADTOOLS for .NET WPF Annotations Automation
For information regarding implementing annotations, refer to Implementing WPF Annotations.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family