ControlType.Pane Campo

Definición

Identifica un control de panel.

public: static initonly System::Windows::Automation::ControlType ^ Pane;
public static readonly System.Windows.Automation.ControlType Pane;
 staticval mutable Pane : System.Windows.Automation.ControlType
Public Shared ReadOnly Pane As ControlType 

Valor de campo

Comentarios

Pane Se usa para separar visualmente el contenido dentro de .Window Normalmente, el usuario navega entre paneles presionando TAB, F6 o CTRL+TAB, según el contexto.

Se aplica a

Consulte también