Share via


RibbonComboBox.SelectionBoxItem Property

Gets the item that is displayed in the selection box.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property SelectionBoxItem As Object
public Object SelectionBoxItem { get; private set; }
public:
property Object^ SelectionBoxItem {
    Object^ get ();
    private: void set (Object^ value);
}
member SelectionBoxItem : Object with get, private set
function get SelectionBoxItem () : Object
private function set SelectionBoxItem (value : Object)

Property Value

Type: System.Object
The item that is displayed in the selection box. The registered default is an Empty string. For more information about what can influence the value, see Dependency Property Value Precedence.

Dependency Property Information

Identifier field

SelectionBoxItemProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonComboBox Class

Microsoft.Windows.Controls.Ribbon Namespace