EditControlHookControls Property
Gets or sets the edit-controls that will notify for windows messages.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Control[] Controls { get; set; }
Public Property Controls As Control()
Get
Set
Dim instance As EditControlHook
Dim value As Control()
value = instance.Controls
instance.Controls = value
public:
property array<Control^>^ Controls {
array<Control^>^ get ();
void set (array<Control^>^ value);
}
member Controls : Control[] with get, set
No code example is currently available or this language may not be supported.
Property Value
Control
The controls.