Control.GetDesignModeState Metod

Definition

Hämtar designtidsdata för en kontroll.

protected:
 virtual System::Collections::IDictionary ^ GetDesignModeState();
protected virtual System.Collections.IDictionary GetDesignModeState();
abstract member GetDesignModeState : unit -> System.Collections.IDictionary
override this.GetDesignModeState : unit -> System.Collections.IDictionary
Protected Overridable Function GetDesignModeState () As IDictionary

Returer

En IDictionary som innehåller designtidsdata för kontrollen.

Kommentarer

Metoden GetDesignModeState returnerar designtidsdata för en kontroll.

Anteckningar till arvingar

Metoden GetDesignModeState() returnerar null som standard. Du måste åsidosätta den här metoden för att tillhandahålla de designtidsdata som din kontroll kräver.

Gäller för

Se även