FormBuildButtonGroupControl.keyTip Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
keyTip(String) | |
keyTip() |
keyTip(String)
public:
virtual System::String ^ keyTip(System::String ^ _value);
public virtual string keyTip (string _value);
abstract member keyTip : string -> string
override this.keyTip : string -> string
Public Overridable Function keyTip (_value As String) As String
Parameters
- _value
- String
Returns
Applies to
keyTip()
public:
virtual System::String ^ keyTip();
public virtual string keyTip ();
abstract member keyTip : unit -> string
override this.keyTip : unit -> string
Public Overridable Function keyTip () As String