DataGridColumnStyle.DataGridColumnHeaderAccessibleObject.Owner Propriedade
Definição
Obtém o objeto de estilo da coluna que possui o objeto de acessibilidade.Gets the column style object that owns the accessibility object.
protected:
property System::Windows::Forms::DataGridColumnStyle ^ Owner { System::Windows::Forms::DataGridColumnStyle ^ get(); };
protected System.Windows.Forms.DataGridColumnStyle Owner { get; }
member this.Owner : System.Windows.Forms.DataGridColumnStyle
Protected ReadOnly Property Owner As DataGridColumnStyle
Valor da propriedade
O DataGridColumnStyle que possui o objeto de acessibilidade.The DataGridColumnStyle that owns the accessibility object.