Method | Description | |
---|---|---|
Attach ( ) : void |
Attaches this adorner to the adorned element
|
|
Back ( ) : void | ||
Detach ( ) : void |
Detaches this adorner from the adorned element
|
|
Forward ( string keys, bool click ) : bool |
Forwards to the elements with the given keys
|
|
KeyTipAdorner ( UIElement adornedElement, UIElement keyTipElementContainer, |
Construcotor
|
|
Terminate ( ) : void |
Terminate whole key tip's adorner chain
|
Method | Description | |
---|---|---|
ArrangeOverride ( |
Positions child elements and determines a size for the control
|
|
GetVisualChild ( int index ) : Visual |
Returns a child at the specified index from a collection of child elements
|
|
MeasureOverride ( |
Measures KeyTips
|
Method | Description | |
---|---|---|
FilterKeyTips ( ) : void | ||
FindKeyTips ( UIElement element, bool hide ) : void | ||
Forward ( UIElement element ) : void | ||
Forward ( UIElement element, bool click ) : void | ||
GetAdornerLayer ( UIElement element ) : AdornerLayer | ||
GetGroupBox ( |
Gets parent RibbonGroupBox or null
|
|
GetTopLevelElement ( UIElement element ) : UIElement | ||
IsElementsStartWith ( string keys ) : bool |
Is one of the elements starts with the given chars
|
|
IsWithinQuickAccessToolbar ( |
||
IsWithinRibbonToolbarInTwoLine ( |
||
Log ( string format ) : void | ||
OnDelayAttach ( object sender, |
||
OnFocusLost ( object sender, |
||
OnFocusedElementPreviewTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void | ||
OnInputActionOccured ( object sender, |
||
OnPreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
OnTimerFocusTrackingTick ( object sender, |
||
TryGetElement ( string keys ) : UIElement |
Gets element keytipped by keys
|
|
UpdateKeyTipPositions ( ) : void | ||
WindowProc ( |
protected ArrangeOverride ( |
||
finalSize | The final area within the parent /// that this element should use to arrange /// itself and its children | |
return |
public Forward ( string keys, bool click ) : bool | ||
keys | string | Keys |
click | bool | If true the element will be clicked |
return | bool |
protected GetVisualChild ( int index ) : Visual | ||
index | int | The zero-based index of the requested child element in the collection |
return | Visual |
public KeyTipAdorner ( UIElement adornedElement, UIElement keyTipElementContainer, |
||
adornedElement | UIElement | |
keyTipElementContainer | UIElement | The element which is container for elements |
parentAdorner | Parent adorner or null | |
return | System |
protected MeasureOverride ( |
||
constraint | The available size that this element can give to child elements. | |
return |