ToolBar.Dock Propriété

Définition

Obtient ou définit les bordures de contrôle ancrées à son contrôle parent et détermine comment un contrôle est redimensionné avec son parent.

public:
 virtual property System::Windows::Forms::DockStyle Dock { System::Windows::Forms::DockStyle get(); void set(System::Windows::Forms::DockStyle value); };
public override System.Windows.Forms.DockStyle Dock { get; set; }
member this.Dock : System.Windows.Forms.DockStyle with get, set
Public Overrides Property Dock As DockStyle

Valeur de propriété

Une des DockStyle valeurs. La valeur par défaut est None.

S’applique à