SetFixedState() public method

Fix the control to a particular palette state.
public SetFixedState ( PaletteState state ) : void
state PaletteState Palette state to fix.
return void
Exemplo n.º 1
0
 /// <summary>
 /// Fix the control to a particular palette state.
 /// </summary>
 /// <param name="state">Palette state to fix.</param>
 public virtual void SetFixedState(PaletteState state)
 {
     _drawTrackBar.SetFixedState(state);
 }