ComponentOne Windows 7 Control Pack for WinForms
Name Property (C1ThumbButton)



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1ThumbButton Class : Name Property
Gets or sets a name associated with the C1ThumbButton.
Syntax
<DefaultValueAttribute()>
<C1CategoryAttribute("動作")>
<C1DescriptionAttribute("Name associated with the thumbnail button.")>
Public Property Name As String
Dim instance As C1ThumbButton
Dim value As String
 
instance.Name = value
 
value = instance.Name
[DefaultValue()]
[C1Category("動作")]
[C1Description("Name associated with the thumbnail button.")]
public string Name {get; set;}
[DefaultValue()]
[C1Category("動作")]
[C1Description("Name associated with the thumbnail button.")]
public:
property String^ Name {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1ThumbButton Class
C1ThumbButton Members