BCGControlBar Library for .NET
LaunchButton Property




Specifies the LaunchButton related to the CategoryItem
Syntax
'Declaration
 
Public Property LaunchButton As ToolbarLaunchButton
'Usage
 
Dim instance As CategoryItem
Dim value As ToolbarLaunchButton
 
instance.LaunchButton = value
 
value = instance.LaunchButton
public ToolbarLaunchButton LaunchButton {get; set;}
public: __property ToolbarLaunchButton* get_LaunchButton();
public: __property void set_LaunchButton( 
   ToolbarLaunchButton* value
);
public:
property ToolbarLaunchButton^ LaunchButton {
   ToolbarLaunchButton^ get();
   void set (    ToolbarLaunchButton^ value);
}
Remarks
The LaunchedButton  is used to launch the dialog box with less commonly used controls with closely related functionality.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CategoryItem Class
CategoryItem Members

Send Feedback