Share via


RibbonSplitButton.ItemSize Property (2007 System)

Gets or sets the size of the controls on the RibbonSplitButton drop-down menu.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public Property ItemSize As RibbonControlSize
'Usage
Dim instance As RibbonSplitButton 
Dim value As RibbonControlSize 

value = instance.ItemSize

instance.ItemSize = value
public RibbonControlSize ItemSize { get; set; }
public:
property RibbonControlSize ItemSize {
    RibbonControlSize get ();
    void set (RibbonControlSize value);
}
public function get ItemSize () : RibbonControlSize 
public function set ItemSize (value : RibbonControlSize)

Property Value

Type: RibbonControlSize
A Microsoft.Office.Core.RibbonControlSize that represents the size of the controls on the RibbonSplitButton drop-down menu.

Remarks

To enlarge controls that are on the RibbonSplitButton drop-down menu, set the ItemSize property to Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge.

This property can be set at run time only under certain conditions. For more information, see Ribbon Object Model Overview.

To change the size of the RibbonSplitButton control, see the ControlSize property.

.NET Framework Security

See Also

Reference

RibbonSplitButton Class

RibbonSplitButton Members

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Object Model Overview