You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FrameDepth property - 0 if top-level element, 1 for each frame the element is within.
ResizeElementCollection
Anchors
Often people install a whole class for anchoring. Currently people have to continue doing this, but this should be part of stdUIElement. The basic pattern would be as follows:
PublicelementsasnewCollectionPublicSubUserformInitialize()elements.addstdUIElement.CreateFromControl(myTextBox,anchors:=UIElementAnchorAll)elements.addstdUIElement.CreateFromControl(OKButton,anchors:=UIElementAnchorBottomorUIElementAnchorRight)elements.addstdUIElement.CreateFromControl(CancelButton,anchors:=UIElementAnchorBottomorUIElementAnchorLeft)EndSubPublicSubUserform_Resize()'Resizes in order of depthCallstdUIElement.ResizeElementCollection(elements)EndSub
The text was updated successfully, but these errors were encountered:
TODO
Anchors
propertyFrameDepth
property - 0 if top-level element, 1 for each frame the element is within.ResizeElementCollection
Anchors
Often people install a whole class for anchoring. Currently people have to continue doing this, but this should be part of
stdUIElement
. The basic pattern would be as follows:The text was updated successfully, but these errors were encountered: