BCGControlBar Library for .NET
KeyTipSplit Property




Specifies an unique in the current context combination of one or two letters for the keyboard navigation to the given command.

KeyTipSplit is used for split menu buttons only/ It's diplayed in the right part of menu button and opens a popup menu.

Syntax
'Declaration
 
Public Property KeyTipSplit As String
'Usage
 
Dim instance As ToolbarButton
Dim value As String
 
instance.KeyTipSplit = value
 
value = instance.KeyTipSplit
public string KeyTipSplit {get; set;}
public: __property string* get_KeyTipSplit();
public: __property void set_KeyTipSplit( 
   string* value
);
public:
property String^ KeyTipSplit {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToolbarButton Class
ToolbarButton Members

Send Feedback