Skip to content
Discussion options

You must be logged in to vote

That's the thing. The SDK obviously has some hidden features, not available / visible in the source code. Ideally, there must be none such.

There is in source code :

 static_cast<CFrameworkElement*>(pTextBoxNoRef->m_tpDeleteButton.Cast<ButtonBase>()->GetHandle())->SetCursor(MouseCursorArrow);
 static_cast<CFrameworkElement*>(m_tpTextBoxQueryButtonPart.Cast<ButtonBase>()->GetHandle())->SetCursor(MouseCursorArrow);

and for TextBox :
CTextBoxView

  m_eMouseCursor = MouseCursorIBeam;
  pTextBox->SetCursor(m_eMouseCursor);

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@nikolayvpavlov
Comment options

Comment options

You must be logged in to vote
5 replies
@nikolayvpavlov
Comment options

@castorix
Comment options

Answer selected by nikolayvpavlov
@nikolayvpavlov
Comment options

@castorix
Comment options

@nikolayvpavlov
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants