Top Method Summary
Options Name Purpose
# ControlVisibleChangedHandler (Object, EventArgs) Event handler for the VisibleChanged event of the Control
# LOGICAL GetBindingSourceFieldMandatory (BindingSource, character) Returns the mandatory status of a field in a BindingSource
# PositionLabelLeftOfControl (Control, UltraLabel, integer) Positions the label left of the Control
# SetControlLabel (Control, character, character, handle, logical, logical, integer) Sets the Label for the Control
# VisibleChangedHandler (Object, EventArgs) Event handler for the VisibleChanged event of the label


Method Detail
Top

PROTECTED ControlVisibleChangedHandler (Object, EventArgs)

Purpose: Event handler for the VisibleChanged event of the Control
Notes:

Parameters:
sender System.Object
The reference to the control that raise the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

PROTECTED LOGICAL GetBindingSourceFieldMandatory (BindingSource, character)

Purpose: Returns the mandatory status of a field in a BindingSource
Notes:

Parameters:
poBindingSource System.Windows.Forms.BindingSource
The reference to the BindingSource
pcFieldName CHARACTER
The name of the field
Returns LOGICAL
Logical value indicating if the field is mandatory
Top

PROTECTED PositionLabelLeftOfControl (Control, UltraLabel, integer)

Purpose: Positions the label left of the Control
Notes:

Parameters:
poControl System.Windows.Forms.Control
The Control that owns the Label
poLabel Infragistics.Win.Misc.UltraLabel
The Label Control
piOffset INTEGER
Integer value indicating the position of the label to the left of the Control
Top

PROTECTED SetControlLabel (Control, character, character, handle, logical, logical, integer)

Purpose: Sets the Label for the Control
Notes:

Parameters:
poControl System.Windows.Forms.Control
The Control to set the Label for
pcLabel CHARACTER
The Control Label
pcStyleSetNameLabel CHARACTER
The StyleSetName for the Label
phAttributes HANDLE
The handle of the buffer with the Control's attributes
plHandleLocationChanged LOGICAL
Logical value indicating if we need to handle the Control's LocationChanged event
plMandatory LOGICAL
Logical value indicating if the Control is mandatory
piLabelOffset INTEGER
Integer value indicating the position of the label to the left of the Control
Top

PROTECTED VisibleChangedHandler (Object, EventArgs)

Purpose: Event handler for the VisibleChanged event of the label
Notes:

Parameters:
sender System.Object
The reference to the control that raise the event
e System.EventArgs
The System.EventArgs with the data for this event


©2006-2025 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       22.04.2025 11:49:43