TextBoxInstance.RegisterToggleSender Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers the value of the TextBox as being on the current page.
public:
void RegisterToggleSender();
public void RegisterToggleSender ();
member this.RegisterToggleSender : unit -> unit
Public Sub RegisterToggleSender ()
Remarks
This method is used for tracking toggle dependencies. The IsToggleParent property must be set to true
.