Searched defs:showControlButton (Results 1 – 13 of 13) sorted by relevance
78 showControlButton: boolean; property
87 public showControlButton(value: boolean): this { method in ArkSideBarContainerComponent
92 showControlButton: boolean; property
101 public showControlButton(value: boolean): this { method in ArkSideBarContainerComponent
171 showControlButton?: boolean property
157 showControlButton?: boolean property
268 showControlButton(value: boolean | undefined): this method356 public showControlButton(value: boolean | undefined): this { method in ArkSideBarContainerComponent
273 showControlButton(value: boolean): SideBarContainerAttribute { method in ArkSideBarContainerComponent
43 void SideBarContainerModelImpl::SetShowControlButton(bool showControlButton) in SetShowControlButton()
158 void SideBarContainerModelStatic::SetShowControlButton(FrameNode* frameNode, bool showControlButton) in SetShowControlButton()
77 void SideBarContainerModelNG::SetShowControlButton(bool showControlButton) in SetShowControlButton()1005 void SideBarContainerModelNG::SetShowControlButton(FrameNode* frameNode, bool showControlButton) in SetShowControlButton()
150 auto showControlButton = layoutProperty->GetShowControlButton().value_or(true); in OnUpdateShowControlButton() local
13026 showControlButton(value) { method in ArkSideBarContainerComponent