C# 클래스 Fluent.ScreenTip

ScreenTips display the name of the control, the keyboard shortcut for the control, and a brief description of how to use the control. ScreenTips also can provide F1 support, which opens help and takes the user directly to the related help topic for the control whose ScreenTip was displayed when the F1 button was pressed
상속: System.Windows.Controls.ToolTip
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DisableReasonProperty System.Windows.DependencyProperty
HelpLabelVisibilityProperty System.Windows.DependencyProperty
HelpTopicProperty System.Windows.DependencyProperty
ImageProperty System.Windows.DependencyProperty
IsRibbonAlignedProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
CustomPopupPlacementMethod System.Windows.Controls.Primitives.CustomPopupPlacement[]
FindControls void
GetDecoratorChild UIElement
IsContextMenuChild bool
IsQuickAccessItem bool
OnCoerceStyle object
OnFocusedElementPreviewKeyDown void
OnToolTipClosed void
OnToolTipOpened void
ScreenTip System

비공개 메소드들

메소드 설명
CustomPopupPlacementMethod ( Size popupSize, Size targetSize, Point offset ) : System.Windows.Controls.Primitives.CustomPopupPlacement[]
FindControls ( UIElement obj, Ribbon &ribbon, UIElement &topLevelElement ) : void
GetDecoratorChild ( UIElement popupRoot ) : UIElement
IsContextMenuChild ( UIElement element ) : bool
IsQuickAccessItem ( UIElement element ) : bool
OnCoerceStyle ( DependencyObject d, object basevalue ) : object
OnFocusedElementPreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OnToolTipClosed ( object sender, RoutedEventArgs e ) : void
OnToolTipOpened ( object sender, RoutedEventArgs e ) : void
ScreenTip ( ) : System

프로퍼티 상세

DisableReasonProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for DisableReason. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows DisableReasonProperty
리턴 System.Windows.DependencyProperty

HelpLabelVisibilityProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store the boolean. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows HelpLabelVisibilityProperty
리턴 System.Windows.DependencyProperty

HelpTopicProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for HelpTopic. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows HelpTopicProperty
리턴 System.Windows.DependencyProperty

ImageProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for Image. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows ImageProperty
리턴 System.Windows.DependencyProperty

IsRibbonAlignedProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for BelowRibbon. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows IsRibbonAlignedProperty
리턴 System.Windows.DependencyProperty

TextProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for Text. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows TextProperty
리턴 System.Windows.DependencyProperty

TitleProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for Title. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows TitleProperty
리턴 System.Windows.DependencyProperty