BCGControlBar Library for .NET
RibbonParentMinSize Property




Defines minimum size of parent when ribbon control displays caption only.")>
Syntax
'Declaration
 
Public Property RibbonParentMinSize As Size
'Usage
 
Dim instance As RibbonControl
Dim value As Size
 
instance.RibbonParentMinSize = value
 
value = instance.RibbonParentMinSize
public Size RibbonParentMinSize {get; set;}
public: __property Size get_RibbonParentMinSize();
public: __property void set_RibbonParentMinSize( 
   Size value
);
public:
property Size RibbonParentMinSize {
   Size get();
   void set (    Size 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

RibbonControl Class
RibbonControl Members

Send Feedback