C# Класс Microsoft.AzureCat.Samples.DeviceSimulator.CustomTrackBarDesigner

The Designer for the CustomTrackBar.
Наследование: System.Windows.Forms.Design.ControlDesigner
Показать файл Открыть проект

Открытые методы

Метод Описание
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