EditorPart.GetDesignModeState Metoda

Definice

Načte aktuální stav EditorPart nadřazené zóny ovládacího prvku.

protected:
 override System::Collections::IDictionary ^ GetDesignModeState();
protected override System.Collections.IDictionary GetDesignModeState ();
override this.GetDesignModeState : unit -> System.Collections.IDictionary
Protected Overrides Function GetDesignModeState () As IDictionary

Návraty

IDictionary

Aktuální IDictionary stav EditorZoneBase zóny, která obsahuje EditorPart ovládací prvek.

Poznámky

Metoda GetDesignModeState vrátí informace o stavu zóny, která obsahuje EditorPart ovládací prvek. Informace o stavu se vrátí ve formě slovníku.

Platí pro

Viz také