BCGControlBar Library for .NET
PreferredHeight Property (ToolbarProgressBarButton)




Preferred button height. OnCalculateSize will set the height of the button to this value.
Syntax
'Declaration
 
Public Property PreferredHeight As Integer
'Usage
 
Dim instance As ToolbarProgressBarButton
Dim value As Integer
 
instance.PreferredHeight = value
 
value = instance.PreferredHeight
public int PreferredHeight {get; set;}
public: __property int get_PreferredHeight();
public: __property void set_PreferredHeight( 
   int value
);
public:
property int PreferredHeight {
   int get();
   void set (    int value);
}
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

ToolbarProgressBarButton Class
ToolbarProgressBarButton Members

Send Feedback