#[repr(u8)]pub enum DblClickControlMode {
Inherit = 254,
SelectText = 0,
EditCode = 1,
EditProperties = 2,
}
Variants§
Inherit = 254
Use the same value as the client application design-time settings.
SelectText = 0
Select any text that is under the cursor.
EditCode = 1
Display and set focus to the code associated with the control that is under the cursor.
EditProperties = 2
Display the properties of the control that is under the cursor.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DblClickControlMode
impl RefUnwindSafe for DblClickControlMode
impl Send for DblClickControlMode
impl Sync for DblClickControlMode
impl Unpin for DblClickControlMode
impl UnwindSafe for DblClickControlMode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more