ActionsPane.Focused Özellik

Tanım

Eylemler bölmesinin giriş odağına sahip olup olmadığını gösteren bir değer alır.

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool Focused { get; }

Özellik Değeri

Boolean

trueEylemler bölmesi odağa sahipse; Aksi takdirde, false .

Öznitelikler

Açıklamalar

Bu özellik, özelliği ile aynı işlevselliği sağlar System.Windows.Forms.Control.Focused . Bu özelliği kullanma hakkında daha fazla bilgi için bkz System.Windows.Forms.Control.Focused ..

Şunlara uygulanır