C# Class TUM.CMS.VplControl.Core.VplElement

The superclass for all node types within VplControl.
Inheritance: System.Windows.Controls.Grid, INotifyPropertyChanged, IDisposable
Afficher le fichier Open project: tumcms/TUM.CMS.VPLControl Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetPosition ( ) : Point
Hide ( ) : void
OnSelectionChanged ( object sender, EventArgs e ) : void
Show ( ) : void
binButton_Click ( object sender, RoutedEventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
VplElement ( VplControl hostCanvas ) : System

Initializes a new instance of VplElement class.

Private Methods

Méthode Description
HitTestBorder_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
HitTestBorder_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetPosition() public méthode

public GetPosition ( ) : Point
Résultat Point

Hide() public méthode

public Hide ( ) : void
Résultat void

OnSelectionChanged() public méthode

public OnSelectionChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

VplElement() protected méthode

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

binButton_Click() public méthode

public binButton_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

Property Details

AutoCheckBox public_oe property

public CheckBox,System.Windows.Controls AutoCheckBox
Résultat System.Windows.Controls.CheckBox

BinButton public_oe property

public Button,System.Windows.Controls BinButton
Résultat System.Windows.Controls.Button

BorderProperty public_oe static_oe property

public static DependencyProperty,System.Windows BorderProperty
Résultat System.Windows.DependencyProperty

CaptionLabel public_oe property

public Label,System.Windows.Controls CaptionLabel
Résultat System.Windows.Controls.Label

HitTestBorder public_oe property

public Border,System.Windows.Controls HitTestBorder
Résultat System.Windows.Controls.Border

HitTestGrid public_oe property

public Grid,System.Windows.Controls HitTestGrid
Résultat System.Windows.Controls.Grid

IsSelectedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsSelectedProperty
Résultat System.Windows.DependencyProperty

NameProperty public_oe static_oe property

public static DependencyProperty,System.Windows NameProperty
Résultat System.Windows.DependencyProperty

QuestButton public_oe property

public Button,System.Windows.Controls QuestButton
Résultat System.Windows.Controls.Button

ResizeButton public_oe property

public Button,System.Windows.Controls ResizeButton
Résultat System.Windows.Controls.Button