C# 클래스 Microsoft.AzureCat.Samples.DeviceSimulator.CustomTrackBarDesigner

The Designer for the CustomTrackBar.
상속: System.Windows.Forms.Design.ControlDesigner
파일 보기 프로젝트 열기: paolosalvatori/servicefabriceventhubdemo

공개 메소드들

메소드 설명
CustomTrackBarDesigner ( ) : System.Collections

보호된 메소드들

메소드 설명
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.

메소드 상세

CustomTrackBarDesigner() 공개 메소드

public CustomTrackBarDesigner ( ) : System.Collections
리턴 System.Collections

PostFilterEvents() 보호된 메소드

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

PostFilterProperties() 보호된 메소드

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