ActivatingKeyTipEventArgs Класс
Определение
Предоставляет данные для события 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
- Наследование
Конструкторы
ActivatingKeyTipEventArgs() |
Инициализирует новый экземпляр класса ActivatingKeyTipEventArgs.Initializes a new instance of the ActivatingKeyTipEventArgs class. |
Свойства
Handled |
Получает или задает значение, обозначающее текущее состояние обработки перенаправленного события при перемещении по маршруту.Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (Унаследовано от RoutedEventArgs) |
KeyTipHorizontalOffset |
Получает или задает горизонтальное смещение от указанного горизонтального расположения.Gets or sets the horizontal offset from the specified horizontal placement. |
KeyTipHorizontalPlacement |
Получает или задает горизонтальное расположение подсказки клавиши относительно расположения целевого элемента.Gets or sets the horizontal placement for the KeyTip relative to the placement target element. |
KeyTipVerticalOffset |
Получает или задает вертикальное смещение от указанного вертикального расположения.Gets or sets the vertical offset from the specified vertical placement. |
KeyTipVerticalPlacement |
Получает или задает вертикальное расположение подсказки клавиши относительно расположения целевого элемента.Gets or sets the vertical placement for the KeyTip relative to the placement target element. |
KeyTipVisibility |
Получает или задает значение, указывающее, доступна и отображается ли подсказка клавиши.Gets or sets the value that indicates whether the KeyTip is displayed and accessible. |
OriginalSource |
Возвращает исходный источник отчетов, определяемый чистой проверкой нажатия до какой-либо возможной корректировки Source родительским классом.Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. (Унаследовано от RoutedEventArgs) |
PlacementTarget |
Получает или задает элемент пользовательского интерфейса, который служит целевым объектом размещения подсказки клавиши.Gets or sets the user interface element that serves as the target for placing the KeyTip. |
RoutedEvent |
Возвращает или задает объект RoutedEvent, связанный с этим экземпляром RoutedEventArgs.Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (Унаследовано от RoutedEventArgs) |
Source |
Получает или задает ссылку на объект, создавший событие.Gets or sets a reference to the object that raised the event. (Унаследовано от RoutedEventArgs) |
Методы
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит в качестве хэш-функции по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
InvokeEventHandler(Delegate, Object) |
Вызывает заданный обработчик событий для заданного объекта.Invokes the specified event handler on the specified object. |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
OnSetSource(Object) |
При переопределении в производном классе предоставляет точку входа обратного вызова для уведомления в случае изменения значения свойства Source в экземпляре.When overridden in a derived class, provides a notification callback entry point whenever the value of the Source property of an instance changes. (Унаследовано от RoutedEventArgs) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |