C# 클래스 Fluent.GalleryItem

Represents gallery item
상속: System.Windows.Controls.ListBoxItem, IKeyTipedControl
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ClickEvent System.Windows.RoutedEvent
CommandParameterProperty System.Windows.DependencyProperty
CommandProperty System.Windows.DependencyProperty
CommandTargetProperty System.Windows.DependencyProperty
GroupProperty System.Windows.DependencyProperty
IsPressedProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
GalleryItem System
OnCoerceStyle object
OnCommandCanExecuteChanged void
OnCommandChanged void
OnIsSelectedPropertyChanged void
RaiseClick void
UpdateCanExecute void

공개 메소드들

메소드 설명
OnKeyTipBack ( ) : void

Handles back navigation with KeyTips

OnKeyTipPressed ( ) : void

Handles key tip pressed

보호된 메소드들

메소드 설명
CanExecuteCommand ( ) : bool

Determines whether the Command can be executed

ExecuteCommand ( ) : void

Execute command

OnClick ( object sender, RoutedEventArgs e ) : void

Handles click event

OnLostMouseCapture ( System.Windows.Input.MouseEventArgs e ) : void

Invoked when an unhandled E:System.Windows.Input.Mouse.LostMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Provides class handling for the System.Windows.UIElement.MouseLeftButtonDown routed event that occurs when the left mouse button is pressed while the mouse pointer is over this control.

OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void

Provides class handling for the System.Windows.UIElement.MouseLeftButtonUp routed event that occurs when the left mouse button is released while the mouse pointer is over this control.

비공개 메소드들

메소드 설명
GalleryItem ( ) : System
OnCoerceStyle ( DependencyObject d, object basevalue ) : object
OnCommandCanExecuteChanged ( object sender, EventArgs e ) : void

Handles Command CanExecute changed

OnCommandChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles Command changed

OnIsSelectedPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RaiseClick ( ) : void
UpdateCanExecute ( ) : void

메소드 상세

CanExecuteCommand() 보호된 메소드

Determines whether the Command can be executed
protected CanExecuteCommand ( ) : bool
리턴 bool

ExecuteCommand() 보호된 메소드

Execute command
protected ExecuteCommand ( ) : void
리턴 void

OnClick() 보호된 메소드

Handles click event
protected OnClick ( object sender, RoutedEventArgs e ) : void
sender object Sender
e System.Windows.RoutedEventArgs The event data
리턴 void

OnKeyTipBack() 공개 메소드

Handles back navigation with KeyTips
public OnKeyTipBack ( ) : void
리턴 void

OnKeyTipPressed() 공개 메소드

Handles key tip pressed
public OnKeyTipPressed ( ) : void
리턴 void

OnLostMouseCapture() 보호된 메소드

Invoked when an unhandled E:System.Windows.Input.Mouse.LostMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected OnLostMouseCapture ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs The that contains event data.
리턴 void

OnMouseLeftButtonDown() 보호된 메소드

Provides class handling for the System.Windows.UIElement.MouseLeftButtonDown routed event that occurs when the left mouse button is pressed while the mouse pointer is over this control.
protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs The event data.
리턴 void

OnMouseLeftButtonUp() 보호된 메소드

Provides class handling for the System.Windows.UIElement.MouseLeftButtonUp routed event that occurs when the left mouse button is released while the mouse pointer is over this control.
protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs The event data.
리턴 void

프로퍼티 상세

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

Identifies the RibbonControl.Click routed event.
public static RoutedEvent,System.Windows ClickEvent
리턴 System.Windows.RoutedEvent

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

Identifies the CommandParameter dependency property.
public static DependencyProperty,System.Windows CommandParameterProperty
리턴 System.Windows.DependencyProperty

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

Identifies the routed Command dependency property.
public static DependencyProperty,System.Windows CommandProperty
리턴 System.Windows.DependencyProperty

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

Identifies the CommandTarget dependency property.
public static DependencyProperty,System.Windows CommandTargetProperty
리턴 System.Windows.DependencyProperty

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

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

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

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