Skip to main content

RibbonSelectBoxItemBuilder Members

A builder for a ribbon select box item.

Methods

Name Description
AcceptCustomValue(Boolean) Specifies whether the item accepts custom values.
BeginGroup(Boolean) Sets whether an item separator should be displayed before the current item.
CommandName(String) Sets the command name associated with the item.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Icon(String) Sets the item’s icon identifier.
Items(Action<RibbonSelectBoxSubItemCollectionBuilder>) Allows you to customize the ribbon select box item’s sub-item collection.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnCustomItemCreating(String) Specifies a function that is executed when a user adds a custom item.
Placeholder(String) Sets the text displayed in the item when its value is empty.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ShowClearButton(Boolean) Sets whether to display the Clear button in the item.
TextOptions(String, Boolean) Sets options of the text displayed next to the item.
ToString() Returns a string that represents the current object. Inherited from Object.
Value(Object) Selects an item value.
Width(Int32) Sets the item width.
See Also