Språk

IControlDesignerAccessor.SetDesignModeState(IDictionary) Metod

Definition

När det implementeras anger du kontrolltillstånd innan det återges på designytan.

public:
 void SetDesignModeState(System::Collections::IDictionary ^ data);
public void SetDesignModeState(System.Collections.IDictionary data);
abstract member SetDesignModeState : System.Collections.IDictionary -> unit
Public Sub SetDesignModeState (data As IDictionary)

Parametrar

data
IDictionary

Innehåller IDictionary kontrolltillståndet.

Kommentarer

I åsidosatta kontroller används den här metoden för att behålla och ange tillstånd för kontrollen under designtidsläge. Den här metoden används endast av kontrolldesigners.

Gäller för

Se även