DecoratorHostShape.ForwardEventsToParent Property
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.
Gets or sets whether Key and Mouse events to this class should be forwarded to the parent shape.
public:
property bool ForwardEventsToParent { bool get(); void set(bool value); };
public bool ForwardEventsToParent { get; set; }
member this.ForwardEventsToParent : bool with get, set
Public Property ForwardEventsToParent As Boolean