C# Class Microsoft.AzureCat.Samples.DeviceSimulator.CustomTrackBarDesigner

The Designer for the CustomTrackBar.
Inheritance: System.Windows.Forms.Design.ControlDesigner
ファイルを表示 Open project: paolosalvatori/servicefabriceventhubdemo

Public Methods

Method Description
CustomTrackBarDesigner ( ) : System.Collections

Protected Methods

Method Description
PostFilterEvents ( IDictionary events ) : void

Remove Button and Control events that are not supported by the CustomTrackBar.

PostFilterProperties ( IDictionary Properties ) : void

Remove Button and Control properties that are not supported by the CustomTrackBar.

Method Details

CustomTrackBarDesigner() public method

public CustomTrackBarDesigner ( ) : System.Collections
return System.Collections

PostFilterEvents() protected method

Remove Button and Control events that are not supported by the CustomTrackBar.
protected PostFilterEvents ( IDictionary events ) : void
events IDictionary
return void

PostFilterProperties() protected method

Remove Button and Control properties that are not supported by the CustomTrackBar.
protected PostFilterProperties ( IDictionary Properties ) : void
Properties IDictionary
return void