RibbonContextualTab.Select Method
Applies to v2.
Asks the app to bring this contextual tab to the front. If the tab is invisible, this is a no op.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Sub Select
'Usage
Dim instance As RibbonContextualTab
instance.Select()
public void Select()
public:
void Select()
member Select : unit -> unit
public function Select()