Annotation Pro API
Public Types | Public Member Functions | Protected Member Functions | Properties | List of all members
ValidatorComboBox Class Reference

A validator combo box. More...

Inherits Component.

Public Types

enum  FormatType
 Values that represent FormatType. More...
 

Public Member Functions

 ValidatorComboBox ()
 Default constructor. More...
 
 ValidatorComboBox (IContainer container)
 Constructor. More...
 
void ShowToolTip (string info)
 Shows the tool tip. More...
 
bool Validate ()
 Validates this object. More...
 
bool ValidateWithWarning ()
 Validates the with warning. More...
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

bool CheckCorrectFormat [get, set]
 Gets or sets a value indicating whether the check correct format. More...
 
bool CheckIsSelected [get, set]
 Gets or sets a value indicating whether the check is selected. More...
 
bool CheckNotEmpty [get, set]
 Gets or sets a value indicating whether the check not empty. More...
 
ComboBox ComboBox [get, set]
 Gets or sets the combo box. More...
 
string Message [get, set]
 Gets or sets the message. More...
 
ToolTip ToolTip [get, set]
 Gets or sets the tool tip. More...
 
FormatType Type [get, set]
 Gets or sets the type. More...
 

Detailed Description

A validator combo box.

Member Enumeration Documentation

◆ FormatType

enum FormatType
strong

Values that represent FormatType.

Constructor & Destructor Documentation

◆ ValidatorComboBox() [1/2]

ValidatorComboBox ( )
inline

Default constructor.

◆ ValidatorComboBox() [2/2]

ValidatorComboBox ( IContainer  container)
inline

Constructor.

Parameters
containerThe container.

Member Function Documentation

◆ Dispose()

override void Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

◆ ShowToolTip()

void ShowToolTip ( string  info)
inline

Shows the tool tip.

Parameters
infoThe information.

◆ Validate()

bool Validate ( )
inline

Validates this object.

Returns
true if it succeeds, false if it fails.

◆ ValidateWithWarning()

bool ValidateWithWarning ( )
inline

Validates the with warning.

Returns
true if it succeeds, false if it fails.

Property Documentation

◆ CheckCorrectFormat

bool CheckCorrectFormat
getset

Gets or sets a value indicating whether the check correct format.

true if check correct format, false if not.

◆ CheckIsSelected

bool CheckIsSelected
getset

Gets or sets a value indicating whether the check is selected.

true if check is selected, false if not.

◆ CheckNotEmpty

bool CheckNotEmpty
getset

Gets or sets a value indicating whether the check not empty.

true if check not empty, false if not.

◆ ComboBox

ComboBox ComboBox
getset

Gets or sets the combo box.

The combo box.

◆ Message

string Message
getset

Gets or sets the message.

The message.

◆ ToolTip

ToolTip ToolTip
getset

Gets or sets the tool tip.

The tool tip.

◆ Type

FormatType Type
getset

Gets or sets the type.

The type.


The documentation for this class was generated from the following files: