_OlkFrameHeader.Caption Property

Definition

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.

Applies to