ActivatingKeyTipEventArgs Klasa
Definicja
Udostępnia dane dla zdarzenia ActivatingKeyTip.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
- Dziedziczenie
Konstruktory
ActivatingKeyTipEventArgs() |
Inicjuje nowe wystąpienie klasy ActivatingKeyTipEventArgs.Initializes a new instance of the ActivatingKeyTipEventArgs class. |
Właściwości
Handled |
Pobiera lub ustawia wartość wskazującą obecny stan obsługi zdarzeń dla zdarzenia kierowanego w trakcie podróży trasy.Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (Odziedziczone po RoutedEventArgs) |
KeyTipHorizontalOffset |
Pobiera lub ustawia przesunięcie w poziomie względem określonego położenia w poziomie.Gets or sets the horizontal offset from the specified horizontal placement. |
KeyTipHorizontalPlacement |
Pobiera lub ustawia poziome położenie dla poradę dotyczącą klawiszy względem elementu docelowego położenia.Gets or sets the horizontal placement for the KeyTip relative to the placement target element. |
KeyTipVerticalOffset |
Pobiera lub ustawia przesunięcie w pionie względem określonego położenia pionowego.Gets or sets the vertical offset from the specified vertical placement. |
KeyTipVerticalPlacement |
Pobiera lub ustawia pionowe położenie poradę dotyczącą klawiszy względem elementu docelowego położenia.Gets or sets the vertical placement for the KeyTip relative to the placement target element. |
KeyTipVisibility |
Pobiera lub ustawia wartość wskazującą, czy poradę dotyczącą klawiszy jest wyświetlana i dostępna.Gets or sets the value that indicates whether the KeyTip is displayed and accessible. |
OriginalSource |
Pobiera oryginalne źródło raportowania określone przez czyste Testy trafień przed dopuszczalną Source korektą przez klasę nadrzędną.Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. (Odziedziczone po RoutedEventArgs) |
PlacementTarget |
Pobiera lub ustawia element interfejsu użytkownika, który służy jako obiekt docelowy do umieszczenia poradę dotyczącą klawiszy.Gets or sets the user interface element that serves as the target for placing the KeyTip. |
RoutedEvent |
Pobiera lub ustawia RoutedEvent skojarzenie skojarzone z tym RoutedEventArgs wystąpieniem.Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (Odziedziczone po RoutedEventArgs) |
Source |
Pobiera lub ustawia odwołanie do obiektu, który wywołał zdarzenie.Gets or sets a reference to the object that raised the event. (Odziedziczone po RoutedEventArgs) |
Metody
Equals(Object) |
Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.Determines whether the specified object is equal to the current object. (Odziedziczone po Object) |
GetHashCode() |
Służy jako domyślna funkcja skrótu.Serves as the default hash function. (Odziedziczone po Object) |
GetType() |
Pobiera Type bieżące wystąpienie.Gets the Type of the current instance. (Odziedziczone po Object) |
InvokeEventHandler(Delegate, Object) |
Wywołuje określony program obsługi zdarzeń dla określonego obiektu.Invokes the specified event handler on the specified object. |
MemberwiseClone() |
Tworzy skróconą kopię bieżącego elementu Object .Creates a shallow copy of the current Object. (Odziedziczone po Object) |
OnSetSource(Object) |
Gdy jest zastępowany w klasie pochodnej, udostępnia punkt wejścia wywołania zwrotnego powiadomienia za każdym razem, gdy wartość Source Właściwości wystąpienia zostanie zmieniona.When overridden in a derived class, provides a notification callback entry point whenever the value of the Source property of an instance changes. (Odziedziczone po RoutedEventArgs) |
ToString() |
Zwraca ciąg reprezentujący bieżący obiekt.Returns a string that represents the current object. (Odziedziczone po Object) |