AcadDocumentClassWindowTitle Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual string WindowTitle { get; }
Public Overridable ReadOnly Property WindowTitle As String
Get
public:
virtual property String^ WindowTitle {
String^ get ();
}
abstract WindowTitle : string with get
override WindowTitle : string with get
Property Value
Type:
String
Implements
IAcadDocumentWindowTitle
See Also