C# 클래스 TUM.CMS.VplControl.Core.VplElement

The superclass for all node types within VplControl.
상속: System.Windows.Controls.Grid, INotifyPropertyChanged, IDisposable
파일 보기 프로젝트 열기: tumcms/TUM.CMS.VPLControl 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AutoCheckBox System.Windows.Controls.CheckBox
BinButton System.Windows.Controls.Button
BorderProperty System.Windows.DependencyProperty
CaptionLabel System.Windows.Controls.Label
HitTestBorder System.Windows.Controls.Border
HitTestGrid System.Windows.Controls.Grid
IsSelectedProperty System.Windows.DependencyProperty
NameProperty System.Windows.DependencyProperty
QuestButton System.Windows.Controls.Button
ResizeButton System.Windows.Controls.Button

공개 메소드들

메소드 설명
Dispose ( ) : void
GetPosition ( ) : Point
Hide ( ) : void
OnSelectionChanged ( object sender, EventArgs e ) : void
Show ( ) : void
binButton_Click ( object sender, RoutedEventArgs e ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
VplElement ( VplControl hostCanvas ) : System

Initializes a new instance of VplElement class.

비공개 메소드들

메소드 설명
HitTestBorder_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
HitTestBorder_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnPropertyChanged ( [ propertyName = null ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetPosition() 공개 메소드

public GetPosition ( ) : Point
리턴 Point

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

OnSelectionChanged() 공개 메소드

public OnSelectionChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

VplElement() 보호된 메소드

Initializes a new instance of VplElement class.
protected VplElement ( VplControl hostCanvas ) : System
hostCanvas VplControl The host VplControl in which the VplElement will be rendered.
리턴 System

binButton_Click() 공개 메소드

public binButton_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

프로퍼티 상세

AutoCheckBox 공개적으로 프로퍼티

public CheckBox,System.Windows.Controls AutoCheckBox
리턴 System.Windows.Controls.CheckBox

BinButton 공개적으로 프로퍼티

public Button,System.Windows.Controls BinButton
리턴 System.Windows.Controls.Button

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

public static DependencyProperty,System.Windows BorderProperty
리턴 System.Windows.DependencyProperty

CaptionLabel 공개적으로 프로퍼티

public Label,System.Windows.Controls CaptionLabel
리턴 System.Windows.Controls.Label

HitTestBorder 공개적으로 프로퍼티

public Border,System.Windows.Controls HitTestBorder
리턴 System.Windows.Controls.Border

HitTestGrid 공개적으로 프로퍼티

public Grid,System.Windows.Controls HitTestGrid
리턴 System.Windows.Controls.Grid

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

public static DependencyProperty,System.Windows IsSelectedProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows NameProperty
리턴 System.Windows.DependencyProperty

QuestButton 공개적으로 프로퍼티

public Button,System.Windows.Controls QuestButton
리턴 System.Windows.Controls.Button

ResizeButton 공개적으로 프로퍼티

public Button,System.Windows.Controls ResizeButton
리턴 System.Windows.Controls.Button