Gets or sets the control to be shown inside of the popup window.
            
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# | 
|---|
public Control CustomControl { get; set; }  | 
| Visual Basic | 
|---|
Public Property CustomControl As Control Get Set  | 
| Visual C++ | 
|---|
public: property Control^ CustomControl { Control^ get (); void set (Control^ value); }  | 
| F# | 
|---|
member CustomControl : Control with get, set  | 
Property Value
Type: ControlThe custom control.