C# Class AlgorithmicColorRamp.frmAlgorithmicColorRamp

Show file Open project: Esri/arcobjects-sdk-community-samples

Public Properties

Property Type Description
ToolTip1 System.Windows.Forms.ToolTip
chkShowColors System.Windows.Forms.CheckBox
cmbAlgorithm System.Windows.Forms.ComboBox
cmdCancel System.Windows.Forms.Button
cmdEnumColorsFirst System.Windows.Forms.Button
cmdEnumColorsNext System.Windows.Forms.Button
cmdOK System.Windows.Forms.Button
fraColors System.Windows.Forms.GroupBox
fraRamp System.Windows.Forms.GroupBox
lblAlgorithm System.Windows.Forms.Label
lblEndColor System.Windows.Forms.Label
lblStartColor System.Windows.Forms.Label
m_enumNewColors IEnumColors
m_lngClasses int
txtEndColor System.Windows.Forms.TextBox
txtStartColor System.Windows.Forms.TextBox

Private Methods

Method Description
Button1_Click ( object sender, System e ) : void
Dispose ( bool Disposing ) : void
HideColors ( ) : void
InitializeComponent ( ) : void
Label9_Click ( object sender, System e ) : void
LooRGBColors ( ) : void
SetupControls ( ) : void
ShowColorsArray ( ) : void
UpdateRamp ( ) : void
_txtColor_0_TextChanged ( object sender, System e ) : void
chkShowColors_CheckStateChanged ( object eventSender, System eventArgs ) : void
chkShowColors_Click ( object sender, System e ) : void
cmbAlgorithm_SelectedIndexChanged ( object eventSender, System eventArgs ) : void
cmdCancel_Click ( object eventSender, System eventArgs ) : void
cmdEnumColorsFirst_Click ( object eventSender, System eventArgs ) : void
cmdEnumColorsNext_Click ( object eventSender, System eventArgs ) : void
cmdOK_Click ( object eventSender, System eventArgs ) : void
frmAlgorithmicColorRamp ( ) : ESRI.ArcGIS.ADF
frmAlgorithmicColorRamp_FormClosing ( object eventSender, System eventArgs ) : void
frmAlgorithmicColorRamp_Load ( object eventSender, System eventArgs ) : void
frmAlgorithmicColorRamp_Validating ( object sender, System e ) : void

Property Details

ToolTip1 public property

public ToolTip,System.Windows.Forms ToolTip1
return System.Windows.Forms.ToolTip

chkShowColors public property

public CheckBox,System.Windows.Forms chkShowColors
return System.Windows.Forms.CheckBox

cmbAlgorithm public property

public ComboBox,System.Windows.Forms cmbAlgorithm
return System.Windows.Forms.ComboBox

cmdCancel public property

public Button,System.Windows.Forms cmdCancel
return System.Windows.Forms.Button

cmdEnumColorsFirst public property

public Button,System.Windows.Forms cmdEnumColorsFirst
return System.Windows.Forms.Button

cmdEnumColorsNext public property

public Button,System.Windows.Forms cmdEnumColorsNext
return System.Windows.Forms.Button

cmdOK public property

public Button,System.Windows.Forms cmdOK
return System.Windows.Forms.Button

fraColors public property

public GroupBox,System.Windows.Forms fraColors
return System.Windows.Forms.GroupBox

fraRamp public property

public GroupBox,System.Windows.Forms fraRamp
return System.Windows.Forms.GroupBox

lblAlgorithm public property

public Label,System.Windows.Forms lblAlgorithm
return System.Windows.Forms.Label

lblEndColor public property

public Label,System.Windows.Forms lblEndColor
return System.Windows.Forms.Label

lblStartColor public property

public Label,System.Windows.Forms lblStartColor
return System.Windows.Forms.Label

m_enumNewColors public property

public IEnumColors m_enumNewColors
return IEnumColors

m_lngClasses public property

public int m_lngClasses
return int

txtEndColor public property

public TextBox,System.Windows.Forms txtEndColor
return System.Windows.Forms.TextBox

txtStartColor public property

public TextBox,System.Windows.Forms txtStartColor
return System.Windows.Forms.TextBox