UndoRedoTControl Property
Gets the control.
Namespace: DevCase.Core.Application.Forms.UndoRedoAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public T Control { get; }
Public ReadOnly Property Control As T
Get
Dim instance As UndoRedo
Dim value As T
value = instance.Control
public:
property T Control {
T get ();
}
member Control : 'T with get
No code example is currently available or this language may not be supported.
Property Value
T
The control.