BCGControlBar Library for .NET
IsDialogControl Property (TrackBarEx)




Indicates a value whether a TrackBarEx has a dialog control mode.
Syntax
'Declaration
 
Public Shadows Property IsDialogControl As Boolean
'Usage
 
Dim instance As TrackBarEx
Dim value As Boolean
 
instance.IsDialogControl = value
 
value = instance.IsDialogControl
public new bool IsDialogControl {get; set;}
public: __property new bool get_IsDialogControl();
public: __property new void set_IsDialogControl( 
   bool value
);
public:
new property bool IsDialogControl {
   bool get();
   void set (    bool value);
}
Remarks

In"dialog control" mode command bar ignores current Visual Manager and uses VisualManagerXP.

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

TrackBarEx Class
TrackBarEx Members

Send Feedback