Version

Search Results

ToString Method (RibbonTab)

Returns a string representation of the object Syntax

UIElement Property (RibbonTab)

Returns the UIElement that represents the tab item header. Syntax

UnderlyingTab Property

Gets the underlying RibbonTab this one points to. For a RibbonTab on the MDI parent which needed to be created for a merge, this will be the RibbonTab from the MDI child. Syntax

Visible Property (RibbonTab)

Returns or sets a boolean indicating whether the tab is visible. Syntax Remarks Note: If the ContextualTabGroup property is set and the ContextualTabGroup.Visible property of the tab group is set to false, the tab will not be displayed within the Ribbon. Example

VisibleIndex Property

ReadOnly. Returns the ordered index of the tab with respect to the other tabs. Syntax

RibbonTab Constructor(SerializationInfo,StreamingContext)

Constructor used for deserialization. Syntax Parameters info The serialization information.context The streaming context.

RibbonTab Constructor(String)

Initializes a new RibbonTab Syntax Parameters key The key for the new tab Example