_OlkLabel.Caption Property
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.
Returns or sets a String (string in C#) that appears on an object to identify or describe it. Read/write.
public:
property System::String ^ Caption { System::String ^ get(); void set(System::String ^ value); };
public string Caption { get; set; }
Public Property Caption As String
Property Value
Remarks
The default value is an empty string. The Forms Designer sets this property to the control's default name.