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 |
|
Metadata properties set to true |
None |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.