ActivatingKeyTipEventArgs Sınıf
Tanım
ActivatingKeyTip olayı için veriler sağlar.Provides data for the ActivatingKeyTip event.
public ref class ActivatingKeyTipEventArgs : System::Windows::RoutedEventArgs
public class ActivatingKeyTipEventArgs : System.Windows.RoutedEventArgs
type ActivatingKeyTipEventArgs = class
inherit RoutedEventArgs
Public Class ActivatingKeyTipEventArgs
Inherits RoutedEventArgs
- Devralma
Oluşturucular
ActivatingKeyTipEventArgs() |
ActivatingKeyTipEventArgs sınıfının yeni bir örneğini başlatır.Initializes a new instance of the ActivatingKeyTipEventArgs class. |
Özellikler
Handled |
Rota ilerledikçe yönlendirilmiş bir olay için olay işlemenin mevcut durumunu gösteren bir değer alır veya ayarlar.Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (Devralındığı yer: RoutedEventArgs) |
KeyTipHorizontalOffset |
Belirtilen yatay yerleşimden yatay sapmayı alır veya ayarlar.Gets or sets the horizontal offset from the specified horizontal placement. |
KeyTipHorizontalPlacement |
Yerleşim hedefi öğesine göre anahtar Ipucu için yatay yerleşimi alır veya ayarlar.Gets or sets the horizontal placement for the KeyTip relative to the placement target element. |
KeyTipVerticalOffset |
Belirtilen dikey yerleşimden dikey sapmayı alır veya ayarlar.Gets or sets the vertical offset from the specified vertical placement. |
KeyTipVerticalPlacement |
Yerleşim hedefi öğesine göre anahtar Ipucu için dikey yerleşimi alır veya ayarlar.Gets or sets the vertical placement for the KeyTip relative to the placement target element. |
KeyTipVisibility |
KeyTip 'in görüntülenip erişip erişemeyeceğini gösteren değeri alır veya ayarlar.Gets or sets the value that indicates whether the KeyTip is displayed and accessible. |
OriginalSource |
SourceBir üst sınıf tarafından olası ayarlamadan önce, saf isabet testi tarafından belirlenen özgün raporlama kaynağını alır.Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. (Devralındığı yer: RoutedEventArgs) |
PlacementTarget |
KeyTip 'i yerleştirmek için hedef görevi gören Kullanıcı arabirimi öğesini alır veya ayarlar.Gets or sets the user interface element that serves as the target for placing the KeyTip. |
RoutedEvent |
RoutedEventBu örnekle ilişkili olan öğesini alır veya ayarlar RoutedEventArgs .Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (Devralındığı yer: RoutedEventArgs) |
Source |
Olayı oluşturan nesnenin başvurusunu alır veya ayarlar.Gets or sets a reference to the object that raised the event. (Devralındığı yer: RoutedEventArgs) |
Yöntemler
Equals(Object) |
Belirtilen nesnenin geçerli nesneye eşit olup olmadığını belirler.Determines whether the specified object is equal to the current object. (Devralındığı yer: Object) |
GetHashCode() |
Varsayılan karma işlevi olarak işlev görür.Serves as the default hash function. (Devralındığı yer: Object) |
GetType() |
TypeGeçerli örneği alır.Gets the Type of the current instance. (Devralındığı yer: Object) |
InvokeEventHandler(Delegate, Object) |
Belirtilen nesnede belirtilen olay işleyicisini çağırır.Invokes the specified event handler on the specified object. |
MemberwiseClone() |
Geçerli bir basit kopyasını oluşturur Object .Creates a shallow copy of the current Object. (Devralındığı yer: Object) |
OnSetSource(Object) |
Türetilmiş bir sınıfta geçersiz kılınırsa, bir örnek özelliğinin değeri değiştiğinde bir bildirim geri çağırma giriş noktası sağlar Source .When overridden in a derived class, provides a notification callback entry point whenever the value of the Source property of an instance changes. (Devralındığı yer: RoutedEventArgs) |
ToString() |
Geçerli nesneyi temsil eden dizeyi döndürür.Returns a string that represents the current object. (Devralındığı yer: Object) |