Menu.SetDesignModeState(IDictionary) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Anger designtidsdata för Menu kontrollen.
protected:
override void SetDesignModeState(System::Collections::IDictionary ^ data);
protected override void SetDesignModeState(System.Collections.IDictionary data);
override this.SetDesignModeState : System.Collections.IDictionary -> unit
Protected Overrides Sub SetDesignModeState (data As IDictionary)
Parametrar
- data
- IDictionary
En IDictionary som innehåller tillståndsdata för att visa kontrollen.
Kommentarer
Den här metoden åsidosätter SetDesignModeState.
Note
Den här metoden används främst av kontrollutvecklare för att utöka Menu kontrollen.