public Control? CustomControl { get; set; }
Public Property CustomControl As Control Get Set
public: property Control^ CustomControl { Control^ get (); void set (Control^ value); }
member CustomControl : Control with get, set
In This Article